Ching-Kung Lin's Projects

!false

It's funny becasue it's true.

On this page you can find some of the projects I’ve worked on in the past. You’ll see quite a few web applications, data analysis project and some coding projects.

Python

Mask Detection

Use camera and Python machine learning algorithms to detect if users wear a mask!

EVA Air Allowance Calculator

Help EVA Air flight crew members calculate their allowance for flight operations.

Stock Analysis

Analyze stock and perform technical analysis to see if the stock is good to buy or sell.

iOS Design

Instagram App

This is an Instagram clone with a custom Parse backend that allows a user to post photos, view a global photos feed, and add comments!

Twitter App

This is a basic twitter app to view, compose, favorite, and retweet tweets.

Flix App

Flix is an app that allows users to browse movies from the Movie Database API.

Tip Calculator

Tip-Calculator is a tip calculator application for iOS.

Web Design

Weather APP

Applying Google API and using HTML and CSS to create a dynamic weather app.

Typing Speed Test APP

Using JavaScript to create an app to test how fast you can type.

Course Enrollment Application

The application includes User Management, Course Management and Enrollment Management

Data Analysis

Analysis of NYC Dog Licenses

Analyze dog licenses between 2014 and 2019 and create searches and output using SQL.

Vaccine Database

Create a database to manage requests for the NYC vaccine schedule.

Verizon Wireless Database

Create a database to track customers, devices, calls ,and texts for Verizon Wireless customers.

C Language

Find the minimum

Used C language to build consumer and producer threads and find the minimum from 10,000 integers.